home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm1 / exclutls.lha / Include / Excel / ExAccess.i < prev    next >
Text File  |  1996-01-28  |  3KB  |  66 lines

  1.  STRUCTURE ExAccess,0
  2.     LONG    exea_AccBits            ; 32 Access Flag Bits
  3.     LONG    exea_More_AccBits        ; 32 more Flag Bits
  4.  
  5.     LONG    exea_Private_Area        ; How many bytes allowed in a
  6.                         ; users priv dir area at logoff
  7.  
  8.     WORD    exea_Bad_Logins            ; Number of bad logins
  9.     WORD    exea_Max_TB_Credits        ; time allowed in the timebank
  10.     WORD    exea_Time_Idle            ; Idle time allowed
  11.  
  12.     WORD    exea_Call_Minutes        ; Minutes per call
  13.     WORD    exea_Call_Feedback        ; Feedback per call
  14.     WORD    exea_Call_Posts            ; Posts per call
  15.     WORD    exea_Call_TB_Withdraw        ; How much time allowed per call
  16.     WORD    exea_Call_TB_Deposit        ; How much time allowed per call
  17.     WORD    exea_Call_Upload_Files        ; Uploaded files per call
  18.     WORD    exea_Call_Download_Files    ; Downloaded files per call
  19.     LONG    exea_Call_Upload_Bytes        ; Uploaded bytes per call
  20.     LONG    exea_Call_Download_Bytes    ; Downloaded bytes per call
  21.  
  22.     BYTE    exea_Period_Type        ; Period type, 0=none, 1=daily,
  23.                         ; 2 = effective between first call
  24.                         ; of a period and period's len
  25.     BYTE    exea_KludgeFill00
  26.  
  27.     WORD    exea_Period_Length        ; How many hours between periods
  28.     WORD    exea_Period_Calls        ; Calls per period
  29.     WORD    exea_Period_Minutes        ; Minutes Per Period
  30.     WORD    exea_Period_Feedback        ; Pieced of feedback per period
  31.     WORD    exea_Period_Posts        ; Items posted per period
  32.     WORD    exea_Period_Charges        ;  rack up
  33.     WORD    exea_Period_TB_Deposit        ; deposit per period
  34.     WORD    exea_Period_TB_Withdraw        ; withdraw per period
  35.     WORD    exea_Period_Upload_Files    ; Uploaded Files per period
  36.     WORD    exea_Period_Download_Files    ; Downloaded Files per period
  37.     LONG    exea_Period_Upload_Bytes    ; Uploaded Bytes per period
  38.     LONG    exea_Period_Download_Bytes    ; Downloaded per period
  39.  
  40.     BYTE    exea_Download_Byte_Ratio    ; Users Download Ratio (BYTES)
  41.     BYTE    exea_Download_File_Ratio    ; Users Download Ratio (FILES)
  42.  
  43.     WORD    exea_Expire_Days        ; Inactive days allowed
  44.  
  45.     LONG    exea_FIDO_Credits        ; Users MAX Fido Balance
  46.  
  47.     LONG    exea_Editor_Lines        ; # of lines a user is allowed
  48.  
  49.     LONG    exea_Period_Interuser_Chats    ; # of interuser chats allowed
  50.     LONG    exea_Period_Interuser_Mins    ; # of interuser mins allowed
  51.     LONG    exea_Period_Conference_Entry    ; # of conference entries
  52.     LONG    exea_Period_Conference_Lines    ; # of conference lines sent
  53.     LONG    exea_Period_Conference_Mins    ; # of conference lines 
  54.     LONG    exea_Period_InterUserMessages    ; # of im's user can send
  55.  
  56.     LONG    exea_Call_Interuser_Chats    ; # of interuser chats allowed
  57.     LONG    exea_Call_Interuser_Mins    ; # of interuser mins allowed
  58.     LONG    exea_Call_Conference_Entry    ; # of conference entries
  59.     LONG    exea_Call_Conference_Lines    ; # of conference lines sent
  60.     LONG    exea_Call_Conference_Mins    ; # of conference mins 
  61.     LONG    exea_Call_InterUserMessages    ; # of im's user can send
  62.  
  63.     LONG    exea_Max_ActionCmds        ; # of personal action cmds
  64.     STRUCT    exea_expansion,4*4
  65.     LABEL exea_SIZE
  66.